********************************************************************************************

This code example accompanies application note

  Implementing Overlays on ADSP-21160 SHARC Processors (EE-284) 

that can be found on http://www.analog.com/ee-notes.


Analog Devices, Inc.
DSP Division
Three Technology Way
P.O. Box 9106
Norwood, MA 02062

Date Created:	March 7, 2006

-------------------------------------------------------------------------------------

Description of the EE-Note:

 This Application note discusses the implementation of software overlays on ADSP-21160
 DSPs using Visual DSP++. The application note also describes the external memory
 packing of ADSP-21160 used for overlays and demonstrates the software overlay technique
 on ADSP-21160 using a simple example code on the ADSP-21160 EZ-KIT Lite board.

 
-------------------------------------------------------------------------------------

1. Overlay_manager_nopack_mode
	1. Blink_code_Overlay Example - This folder has the Blink example code files I 
				explained in the EE note. 
	2. EPROM Loader - This folder has the modified PROM loader project files used for generating
		  the blink_code_overlay.ldr file.
	3. Blink_code_overlay.ldr - The loader file which can be burnt into the Flash/EEPROM directly.

2. Overlay_manager_pack_mode
	1. Blink_code Example - This folder has the Blink example code files I 
				explained in the EE note. 
	2. Loader - This folder has the modified PROM loader project files used for generating
		  the blink_code_overlay.ldr file.
	3. Blink_code.ldr - The loader file which can be burnt into the Flash/EEPROM directly.

-------------------------------------------------------------------------------------

Software written for VisualDSP++ 4.0 (September update)

